home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************/
- /* Copyright(c) 1987, 1992 by BBN Systems and Technologies, */
- /* A Division of Bolt Beranek and Newman Inc. */
- /* */
- /* RDP implementation for 4.2/4.3bsd by Craig Partridge */
- /* */
- /* Permission to use, copy, modify, distribute, and sell this software */
- /* and its documentation for any purpose is hereby granted without fee, */
- /* provided that the above copyright notice and this permission appear */
- /* in all copies and in supporting documentation, and that the name of */
- /* Bolt Beranek and Newman Inc. not be used in advertising or */
- /* publicity pertaining to distribution of the software without */
- /* specific, written prior permission. BBN makes no representations */
- /* about the suitability of this software for any purposes. It is */
- /* provided "AS IS" without express or implied warranties. */
- /**************************************************************************/
-
- /*
- * Configuration options to test RDP
- *
- * the definitions are:
- *
- * EACK -- to turn on EACKs -- should really be a socketopt, but SUN
- * doesn't support socketopt at protocol layer.
- * DEBUG -- causes certain errors to print messages on the console
- * ALTRTT -- use alternate RTT algorithm
- *
- */
-
- #define EACK
- #define DEBUG
-
- #ifndef ALTRTT
- # define OLDRTT
- #endif
-